fix version check comment in c++ files.
authortsteven4 <tsteven4@gmail.com>
Sun, 29 Apr 2018 20:54:21 +0000 (14:54 -0600)
committertsteven4 <tsteven4@gmail.com>
Sun, 29 Apr 2018 20:54:21 +0000 (14:54 -0600)
gui/main.cc
main.cc

index 5e605ab5c95c2c1511911d1fbc2a6c99e35982f8..f13d6943eecfd9e47114506d79268e2270f94e45 100644 (file)
@@ -44,7 +44,7 @@ const char *pathSeparator = ":";
 //------------------------------------------------------------------------
 int main(int argc, char**argv)
 {
-# MIN_QT_VERSION in configure.ac should correspond to the QT_VERSION_CHECK arguments in main.cc and gui/main.cc
+// MIN_QT_VERSION in configure.ac should correspond to the QT_VERSION_CHECK arguments in main.cc and gui/main.cc
 #if (QT_VERSION < QT_VERSION_CHECK(5, 7, 0))
   #error this version of Qt is not supported.
 #endif
diff --git a/main.cc b/main.cc
index 68b164a08011cebfe1efac87559206add2ef8ee7..55b3aeac29db83b7e0d831fec4291a21a10b489e 100644 (file)
--- a/main.cc
+++ b/main.cc
@@ -228,7 +228,7 @@ main(int argc, char* argv[])
 
   (void) new gpsbabel::UsAsciiCodec(); /* make sure a US-ASCII codec is available */
 
-# MIN_QT_VERSION in configure.ac should correspond to the QT_VERSION_CHECK arguments in main.cc and gui/main.cc
+// MIN_QT_VERSION in configure.ac should correspond to the QT_VERSION_CHECK arguments in main.cc and gui/main.cc
 #if (QT_VERSION < QT_VERSION_CHECK(5, 7, 0))
 #error This version of Qt is not supported.
 #endif